#!/Users/cristhian/.virtualenvs/project/bin/python

import sys
from robot import rebot_cli

rebot_cli(sys.argv[1:])
